home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #2 / Ham Radio 2000 - Volume 2.iso / HAMV2 / PACKET / WINPBAYC / WINPBAYC.TXT < prev   
Encoding:
Text File  |  1996-12-09  |  3.3 KB  |  133 lines

  1.                  
  2.  
  3.             WINPACK - WINDOWS 95 - BPQ & BAYCOMMODEM
  4.  
  5.  
  6. Requirements:
  7.  
  8. BPQ ver 4.08a
  9. BPQAX25.EXE
  10.  
  11.  
  12. At first, decide wich comport you want to use.
  13. Disable that comport from windows, becuase when
  14. starting up Win, windows wants to take the
  15. control over all devices on the computer.
  16. We don't want that to happen, becuase the
  17. BPQ-node has to be run from DOS before
  18. we start up Windows.
  19.  
  20. If you're running your computer with
  21. plug'n play (plug'n fail...) config
  22. from your BIOS-setup, you can forget
  23. to read anymore....it won't (probably) work.
  24. (anyway, it's maybe worth a try...)
  25.  
  26. How to disable your comport from Windows:
  27.  
  28. 1 - Start up in windows
  29. 2 - Go to controlpanel -> system -> devicemanager.
  30. 3 - Mark the comport (i.e Com1)
  31. 4 - Delete (disable the device)
  32. Ok...
  33. Next time you start up your computer in
  34. windows-mode, It would (i hope) dont
  35. know anything about the Com1...
  36. If so, then everything is OK so far.
  37.  
  38.  
  39. There is 2 files in the BPQ-package that we
  40. have to put in the WINDOWS\SYSTEM-dir.
  41. That is: BPQCODE.386 & BPQDLL.DLL
  42.  
  43. Take the BPQAX25.EXE and put it in the
  44. BPQ-dir.
  45.  
  46. (It's not distributed together)
  47. If you don't have the BPQAX25.EXE then
  48. check with your local packet-bbs or on
  49. Internet at: ftp.funet.fi/pub/ham/packet/baycom
  50.  
  51. You'll have to make a file called i.e U.bat
  52. and it have to contain following:
  53.  
  54. @echo off
  55.     echo.
  56.     echo ──── Running Winpack PMS with (%1) ────
  57.     if "%1"=="" goto missing
  58.     if "%1"=="." cd c:\bpq
  59.     if "%1"=="." bpqcfg
  60.     if "%1"=="." LH C:\BPQ\bpqax25 -i60 -I4 -B3f8 -h500 -s150 -t8 -p128 -T0 -cd
  61.     if "%1"=="." LH C:\BPQ\bpqcode
  62.     if "%1"=="." cd c:\
  63. :missing
  64.     echo.
  65.     echo ──── Now, do what you have to do......
  66.     echo.
  67. :end
  68.  
  69.  
  70. Put this file in the root of C:\
  71. When loading this file you will have to type U . (note! U_.)
  72. at the dospromt or it will not load properly....
  73. (it won't work with typing: U.bat)
  74.  
  75. Well, you have probably copied your BPQ-files to C:\BPQ  ??
  76. In that Dir, there is a configurationfile named: BPQCFG.TXT.
  77. You'll have to edit in the AX25-ports-section.
  78. And it must look like this:
  79.  
  80. PORT
  81.     ID=144.550 Mhz on BayCommodem
  82.     TYPE=EXTERNAL
  83.     PROTOCOL=KISS
  84.     IOADDR=3F8H
  85.     INTLEVEL=96
  86.     SPEED=1200
  87.     CHANNEL=A
  88.     QUALITY=10
  89.     MAXFRAME=2
  90.     TXDELAY=500
  91.     SLOTTIME=150
  92.     PERSIST=128
  93.     FULLDUP=0
  94.     FRACK=7000
  95.     RESPTIME=2000
  96.     RETRIES=20
  97.     PACLEN=250
  98.       DIGIFLAG=1
  99.       DIGIPORT=0
  100. ENDPORT
  101.  
  102. (Its important to have PERSIST at 128 and SLOTTIME at 150!)
  103.  
  104. Of course you'll have to fill in your CALLSIGN & "BBSCALL" (PMSCALL).....
  105.  
  106. All set so far?
  107.  
  108. Restart you computer to DOS (win95's and NOT the old one...)
  109. At the DOS-prompt, type: U .
  110.  
  111. If yo've got a stream like: "switch initialized ok" (or something)
  112. Then just type: WIN to startup Windows.
  113.  
  114. Start winpack, and check your "comms setup" in the Optionsmenu
  115. Check so the "Use BPQ" is marked!
  116.  
  117. If everything is ok so far, it would work....
  118.  
  119. But please notice that the sound of your packets on the
  120. channel will sound a little bit strange.
  121. I don't know why, but it is probably something
  122. with the hardware......
  123.  
  124. Please have in mind that I'm certainly NOT a expert in
  125. this subject, but this is how I did it.....
  126. And it works for me....
  127.  
  128. PS. Parameters above is configured for use with com1
  129.  
  130.  
  131.         73 de Stefan, SM7WEG@SK7OA.SKURUP.M.SWE.EU
  132.  
  133. *****EOF*****